home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4c21.zip / README.TXT < prev    next >
Text File  |  1997-06-01  |  1KB  |  50 lines

  1. *** WSC4C 2.1 Release Notes ***
  2.  
  3. We have changed the file extension for ASCII text files from .DOC to .TXT
  4. in order to follow common practice.
  5.  
  6. Be sure to copy the correct Win32 DLLS & LIBS as follows:
  7.  
  8. Microsoft:
  9.  
  10.     COPY WSC32M.LIB WSC32.LIB
  11.     COPY WSC32M.DLL WSC32.DLL
  12.     COPY MIO32M.LIB MIO32.LIB
  13.     COPY MIO32M.DLL MIO32.DLL
  14.  
  15. Borland:
  16.  
  17.     COPY WSC32B.LIB WSC32.LIB
  18.     COPY WSC32B.DLL WSC32.DLL
  19.     COPY MIO32B.LIB MIO32.LIB
  20.     COPY MIO32B.DLL MIO32.DLL
  21.  
  22. Watcom:
  23.  
  24.     COPY WSC32W.LIB WSC32.LIB
  25.     COPY WSC32W.DLL WSC32.DLL
  26.     COPY MIO32W.LIB MIO32.LIB
  27.     COPY MIO32W.DLL MIO32.DLL
  28.  
  29. The INSTALL.BAT batch file can perform the above copies as follows:
  30.  
  31. Microsoft:
  32.  
  33.     INSTALL MS
  34.  
  35. Borland:
  36.  
  37.     INSTALL BC
  38.  
  39. Watcom:
  40.  
  41.     INSTALL WC
  42.  
  43. Don't forget to read the WSC4C Users Manual (WSC4C_U.TXT) and the WSC4C
  44. Reference Manual (WSC4C_R.TXT).
  45.  
  46. Copy all files to your work directory. Then compile SIMPLE using one of the
  47. provided makefiles. Microsoft makefiles end in "._M_", Borland makefiles
  48. end in "._B_", and Watcom makefiles end in "._W_".
  49.  
  50.